home *** CD-ROM | disk | FTP | other *** search
/ Commodore Disk User Volume 3 #6 / Commodore_Disk_User_Vol.3_6_1990_-.d64 / spreadsheet 64 (.txt) < prev    next >
Commodore BASIC  |  2022-10-26  |  714b  |  17 lines

  1. 100 poke53280,1:poke53281,1
  2. 101 print"[147][144][176][195][195][195][195][195][195][195][195][195][195][195][195][195][195][195][195][195][195][195][195][195][195][195][195][195][195][195][195][195][195][195][195][195][195][195][195][195][195][174]";
  3. 102 print"[194]     s p r e a d s h e e t    6 4  [144]   [194]";
  4. 103 print"[173][195][195][195][195][195][195][195][195][195][195][195][195][195][195][195][195][195][195][195][195][195][195][195][195][195][195][195][195][195][195][195][195][195][195][195][195][195][195][189]";
  5. 104 print"when weos basic has loaded type :"
  6. 105 print"[156]load"chr$(34)"spreadsheet"chr$(34)",8  and press [156]return"
  7. 107 print"[f1] file menu       [f2]         "
  8. 108 print"[f3] decimal places  [f4] formulae"
  9. 109 print"[f5] highlight       [f6] normal  "
  10. 110 print"[f7] right justify   [f8] left justify"
  11. 111 print"[_]  printout        [^]  list formulae"
  12. 112 print"[return] enter info  [q]  quit program"
  13. 113 print"        cursor keys  move cursor"
  14. 114 print"[144]spreadsheet was written by mark skingle "
  15. 120 a=a+1:ifa=1thenload"weos",8,1
  16. 130 sys64738
  17.